home *** CD-ROM | disk | FTP | other *** search
- Date: Sat, 18 Jun 1994 09:29:15 -0700
- From: ersmith@netcom.com (Eric R. Smith)
- Message-Id: <199406181629.JAA28281@netcom5.netcom.com>
- To: itschere@techfak.uni-bielefeld.de, mint@atari.archive.umich.edu
- Subject: Re: yet more tfork() problems...
-
- Use _exit() to exit without flushing buffers and doing all the other
- stuff that normally happens at process termination. You have to do this
- in BSD with vfork(), for example, so the MiNT library isn't unique
- in this regard.
-